Xbasic

UI_DLG_COMMIT Function

Syntax

C UI_DLG_COMMIT(C title)

Arguments

title

The name of the dialog box.

Description

Force dialog to commit contents.

Discussion

The UI_DLG_COMMIT() function forces the contents of edit controls to be stored into variables. This is rarely necessary.

Limitations

Desktop applications only.

See Also